Embedding Pygame to C++ [closed]

Posted by Pendertuga on Game Development See other posts from Game Development or by Pendertuga
Published on 2012-10-14T20:06:55Z Indexed on 2012/10/15 3:54 UTC
Read the original article Hit count: 209

Filed under:
|
|

If embedding Pygame to C++ to have a game be an executable, is there any extra process I would have to use in order to use Pygame functions when embedding into C++? As opposed to just writing embedding code in C++ for normal Python code?

To clear cut the question I want to know if it's the same process without having to call different functions.

EDIT: My question is if I have to call different functions in C++ when embedding Python code that uses Pygame modules. I am NOT using pygame2exe nor py2exe. I never even mentioned those. My question is solely about code embedding.

© Game Development or respective owner

Related posts about c++

Related posts about python